home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_2318 / frame_13 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  457 b   |  30 lines

  1. set("/Variables:DerniereTuile",0);
  2. if(eval("/Variables:Pierre5") == true)
  3. {
  4.    tellTarget("_root.Pierre5")
  5.    {
  6.       play();
  7.    }
  8. }
  9. if(eval("/Variables:Pierre3") == false)
  10. {
  11.    tellTarget("_root.Pierre3")
  12.    {
  13.       play();
  14.    }
  15. }
  16. if(eval("/Variables:Pierre4") == true)
  17. {
  18.    tellTarget("_root.Pierre4")
  19.    {
  20.       play();
  21.    }
  22. }
  23. if(eval("/Variables:Pierre6") == true)
  24. {
  25.    tellTarget("_root.Pierre6")
  26.    {
  27.       play();
  28.    }
  29. }
  30.